ListBoxResetContent

 

The 'ListBoxResetContent' function deletes all data of ListBox object.

 

void @ListBoxResetContent(string class_name);

 

Parameters

string class_name : class name of ListBox object

 

Return Value

none

 

Example

@ListBoxResetContent("ListBox1");

Description : All data is deleted in the 'ListBox1'.

 

Reference

@ListBoxAddString()

@ListBoxDeleteString()

@ListBoxFillDir()

@ListBoxFillFile()

@ListBoxGetCurSel()

@ListBoxGetSel()

@ListBoxGetSelCount()

@ListBoxGetText()

@ListBoxResetContent()

@ListBoxSetCurSel()